/*   
Theme Name: La Taqueria - Pinche Taco Shop
Theme URI: http://lataqueria.ca
Description: -
Author: &Aacute;ngel Meraz
Author URI: http://savvy-studio.net
Version: 1.0
*/

@media screen {

* { margin: 0; padding: 0; }
body { background-image: url(images/fondo.jpg); font: 12px/1.4 "Courier New"; }
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

#page-wrap {
    background-image: url("images/fondo-wrap.jpg");
    margin: 0 auto;
    padding: 20px;
    position: relative;
    width: 960px;
}

/* DROP SHADOW */
#page-wrap, nav a:hover, #facebook-widget, .current-menu-item, .current-page-ancestor, .portfolio-slideshow, .slideshow-nav .slideshow-prev img, .slideshow-nav .slideshow-next img, .edit, #searchsubmit, #social {
	box-shadow: 0 0 10px #333;
	-webkit-box-shadow: 0 0 10px rgb(51,51,51);
}
/* DROP SHADOW */

#header { text-align: center; }

.right { float: right }
.left { float: left }

/* GOOGLE FONT */
nav, #footer, #facebook-widget, .post h7, h2 { font-family: 'Oswald', sans-serif; text-transform: uppercase; }
/* GOOGLE FONT */

nav { font-size: 18px; margin-top: 10px; }
nav ul li { list-style: none; display: inline; margin: 5px }
nav a { color: #FFFFFF; text-decoration: none; padding: 3px; }
nav a:hover, .current-menu-item, .current-page-ancestor { background-color: #FF0066; }

h1, h2, h3, h4 { font-weight: normal; margin: 0 0 10px 0; }

hr {
	border-top: none;
	border-bottom: 3px dotted #FF0066;
	border-right: none;
	border-left: none;
	margin: 20px 0
}

p { margin: 0 0 10px 0; }
a { text-decoration: none; color: #FF0066 }
a:hover { } 

blockquote { }
blockquote p { }

ul, ol { margin: 0 0 10px 0; }

.post { position: relative; }
.post h7 {
	color: red;
	position: absolute;
	text-transform: uppercase;
	font-size: 16px;
	display: inline-block;
	background-image: url(images/shadow-h7.png);
	background-position: center;
	background-repeat: no-repeat;
	padding: 55px;
	margin-left: 25px;
}

.entry {
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 580px;
	padding-top: 20px;
	margin-bottom: 20px;
}
.entry a { }
.entry a:hover { }

.entry img { border: none; max-width: 550px; height: auto }

#content-wrap {
	width: 550px;
	margin: 0 auto;
}

.portfolio-slideshow { max-height: 403px; }

/* FOOTER */
#footer {
	text-align: center;
	font-size: 10px;
	color: #333;
}

#footer a, #footer a:hover { color: #333; text-decoration: none }

#guestbook {
	width: 960px;
	margin: 0 auto 130px;
}

#facebook-widget {
    background-color: #FFFFFF;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 0 auto 100px;
    padding: 20px;
    text-align: center;
    width: 550px;
}

#facebook-widget h2 { color: #FF0066; padding-bottom: 10px; margin-bottom: 20px; border-bottom: 3px dotted #66CCCC }

#social-container {
    margin: 0 auto;
    position: relative;
    width: 960px;
}
#social {
    background-color: #FFFFFF;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 70px;
    width: 30px;
}
#social a { text-decoration: none }
#social img { margin: 2px 0 }

.hiring {
	margin: auto;
	width: 150px;
	background-color: #FFCC00;
	color: red;
	margin-bottom: 10px;
	border-radius: 5px;
	padding: 5px;
}

h3.banner-title {
	clear: both;
 	background-color: #FFCC00;
	padding: 5px;
	color: #333;
	font-family: 'Oswald',sans-serif;
    text-transform: uppercase;
    text-align: center;
}

h3.banner-title a { color: #333; text-decoration: none }
/* FOOTER */

/* MENU PAGE */
#mycustomscroll {
	font-family: 'Oswald', sans-serif;
	color: white;
    margin: 85px auto 0;
    max-height: 285px;
    padding: 20px;
    width: 500px;
    text-align: center;
}

#mycustomscroll h1, #mycustomscroll h2, #mycustomscroll h3, #mycustomscroll h4 {
	font-family: inherit;
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;	
}

#mycustomscroll h1 { color: #FFCC00; border-bottom: 2px solid #FFCC00; }
#mycustomscroll h2 { color: #00CCCC; border-bottom: 2px solid #00CCCC; }
#mycustomscroll h3, #mycustomscroll h3 a { color: #FF0066; border-bottom: 2px solid #FF0066; text-decoration: none }
#mycustomscroll h4 { color: #66CC00; border-bottom: 2px solid #66CC00; }

/* MENU PAGE */


/* ABOUT PAGE */

.about_container {
	width:550px;
	background:#fff;
}

.about {
	border:6px solid #3BC0B9;
	font-family: 'Oswald', sans-serif;
	color: #1c6bb5;
    margin:8px;
    padding: 10px 30px 20px 30px;
    width: 530px;;
    text-align: center;
	line-height:normal;
	font-size:14px;
	font-weight:300;	
	
	
}

.about p {
 margin:0 0 10px 0;
 padding:0;
}

.column_content{
    font-family: 'Oswald', sans-serif;
	color: #1c6bb5;
    text-align: center;
	font-size:10px;
	

}

.about h1, .about h2, .about h3 {
	display:inline;
	font-family: inherit;
	text-transform: uppercase;
	font-size: 14px;
	font-weight:300;	
	padding:0;
	margin:0;
}



.about h1 {color: #3bc0b9;font-size:16px; font-weight:400;}			
.about h2 {font-size:13px;}
.about h3 {color: #196bb5;;font-size:10px;}

.about h2 span {
display:inline-block;
margin: 0 5px;
font-weight:500;
font-size:14px;
}

.about td img{
  margin:3px;
  text-align:center;
  }

/* ABOUTT PAGE */

pre { }
code, tt { }

#meta { }
.postmetadata { }

#sidebar { }

.navgation { }
   .next-posts { }
   .prev-posts { }

#searchform {  }
	#s { }
	#searchsubmit { border: none; border-radius: 10px; background-color: white; cursor: pointer; padding: 5px; }
	
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

form { }
input[type=text], textarea {
	font-size: 100%;
	font-family: "Courier New";
	width: 240px;
	border: none;
	padding: 10px;
	background-color: rgba(255,255,255,0.8);
}

textarea { }

.wpcf7-submit, .gform_next_button, .gform_previous_button, .gform_wrapper .gform_page_footer .button.gform_button, .pushbutton-wide {
	background-color: #FFCC00;
	border: none;
	padding: 5px;
	font-family: "Courier New";
	font-weight: bold;
	text-decoration: none;
}

/* SLIDESHOW */
.slideshow-nav {
	margin-left: -55px;
    margin-top: -230px;
    position: absolute;
    width: 660px;
}

.slideshow-info {
	display: none
}

.slideshow-nav a.slideshow-prev, .slideshow-nav a.slideshow-next {
	width: 60px;
	height: 40px;
}

.slideshow-nav a.slideshow-prev {	 }
.slideshow-nav a.slideshow-next { float: right; }

/* SLIDESHOW */

.edit {
	border-radius: 10px;
	background-color: white;
	display: inline-block;
	padding: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.edit a { color: black; text-decoration: none; }
.edit a:hover { text-decoration: underline; }

/* FORM */

.contact-form label {
	background-color: #FFCC00;
    clear: both;
    display: inline-block;
    font-weight: normal;
    line-height: 1.3em;
    margin: 10px 0 4px;
    padding: 2px 5px;
    width: 150px;
}


} /* END screen media */


@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */